Codebase list ijs / c04086c7-da17-4759-8ad5-c678c0d7a3f0/main unix.mak
c04086c7-da17-4759-8ad5-c678c0d7a3f0/main

Tree @c04086c7-da17-4759-8ad5-c678c0d7a3f0/main (Download .tar.gz)

unix.mak @c04086c7-da17-4759-8ad5-c678c0d7a3f0/mainraw · history · blame

# Linux
CC=gcc
CFLAGS=-g -Wall -ansi -pedantic -Wmissing-prototypes
LDLIBS=
OBJ=.o
EXE=
FE=-o 
IJS_EXEC_SERVER=ijs_exec_unix$(OBJ)
RM=rm -f

include common.mak

clean: common_clean
	$(RM) *~ gmon.out core ijs_spec.log ijs_spec.tex ijs_spec.aux

ijs_spec.pdf:	ijs_spec.sgml
	db2pdf ijs_spec.sgml