a7f2252119
barcodes in different industry standards. PR: 21667 Submitted by: brett <brett@nodetree.net>
19 lines
602 B
Plaintext
19 lines
602 B
Plaintext
--- Makefile Tue Sep 13 19:15:08 1994
|
|
+++ Makefile Sun Oct 1 02:21:12 2000
|
|
@@ -4,13 +4,12 @@
|
|
#
|
|
|
|
OBJ = mainbarcode.o barcode.o fileio.o help.o
|
|
-OPTIONS =
|
|
-LIBPATH = /usr/openwin/lib # Pfad fuer XVIEW Library angeben !!!
|
|
+OPTIONS = -I${X11BASE}/include
|
|
+LIBPATH = ${X11BASE}/lib # Pfad fuer XVIEW Library angeben !!!
|
|
|
|
XBarcode: $(OBJ)
|
|
gcc $(OPTIONS) bar.o fileio.o help.o barcode.o -o bar
|
|
gcc -o XBarcode $(OBJ) -lxview -lolgx -lX11 -L$(LIBPATH)
|
|
- cp XBarcode.1 /usr/man/cat1/XBarcode.1
|
|
|
|
mainbarcode.o: mainbarcode.c barcode.h german.h
|
|
gcc $(OPTIONS) -c mainbarcode.c
|