Add Linux defn
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
##LFLAGS = -L../hardsup
|
##LFLAGS = -L../hardsup
|
||||||
#------------ for Linux
|
#------------ for Linux
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -g -I. -I../hardsup
|
CFLAGS = -g -I. -I../hardsup -DLinux
|
||||||
BIN = linux.i686
|
BIN = linux.i686
|
||||||
LFLAGS = -L../hardsup -L/usr/X11R6/lib
|
LFLAGS = -L../hardsup -L/usr/X11R6/lib
|
||||||
#------------
|
#------------
|
||||||
@ -52,8 +52,8 @@ $(HOME)/bin/$(BIN)/el734_test: el734_test.c
|
|||||||
$(HOME)/bin/$(BIN)/el737: el737.c
|
$(HOME)/bin/$(BIN)/el737: el737.c
|
||||||
@ echo "el737 needs Motif library. Not yet found on linux"
|
@ echo "el737 needs Motif library. Not yet found on linux"
|
||||||
## rm -f $(HOME)/bin/$(BIN)/el737
|
## rm -f $(HOME)/bin/$(BIN)/el737
|
||||||
## $(CC) $(CFLAGS) -o $(HOME)/bin/$(BIN)/el737 \
|
## $(CC) $(CFLAGS) -I/usr/X11R6/include -o $(HOME)/bin/$(BIN)/el737 \
|
||||||
## el737.c $(LFLAGS) -lhlib -lX11
|
## el737.c $(LFLAGS) -lhlib -lXm -lXt -lX11
|
||||||
|
|
||||||
#----------------------------------------------------------
|
#----------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user