- Added makefiles for linux

This commit is contained in:
cvs
2003-06-20 12:26:45 +00:00
parent 30ade6a8c6
commit 9696421d66
6 changed files with 65 additions and 13 deletions

View File

@ -6,10 +6,10 @@
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
# the following line only for fortified version
DFORTIFY=-DFORTIFY
#DFORTIFY=-DFORTIFY
#==========================================================================
CC = gcc
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC). -I$(SRC).. -I../src
CFLAGS = -g -DLINUX $(DFORTIFY) -I$(SRC). -I.. -I../..
include $(SRC)make_gen