| Current Path : /usr/home/beeson/public_html/michaelbeeson/research/otter-lambda/source/source/ |
| Current File : /usr/home/beeson/public_html/michaelbeeson/research/otter-lambda/source/source/Makefile |
DEFINES= -D'__STRICT_ANSI__' -D'__declspec(x)=' -D'_export=' -D'NOMATHXPERT' all: otter2 otter $(OBJS) gcc *.o -lm -o otter-lambda otter2: otter2/*.c otter2/*.h Makefile gcc -c -g $(DEFINES) -I otter -I otter2 otter2/*.c otter: otter/*.c otter/*.h Makefile gcc -c -g $(DEFINES) -I otter -I otter2 otter/*.c exe: Makefile gcc *.o -lm -o otter-lambda clean: -rm *.o -rm otter-lambda