File: Makefile

package info (click to toggle)
smake 1.2a23-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 2,820 kB
  • ctags: 2,459
  • sloc: ansic: 14,285; sh: 2,538; makefile: 113; pascal: 41
file content (20 lines) | stat: -rw-r--r-- 656 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#CFLAGS=	-Iinclude -I. -DNO_FLOATINGPOINT -DNO_SCANSTACK -DNO_USG_STDIO -DNO_SYSINFO $(CDEFS)

CFLAGS=	-Iinclude -I. -DNO_FLOATINGPOINT -DNO_SCANSTACK -DNO_USG_STDIO $(CDEFS)

OFILES=make.o readfile.o parse.o update.o rules.o archconf.o memory.o \
	astoi.o astoll.o comerr.o error.o \
	format.o \
	jsprintf.o jssnprintf.o \
	printf.o sprintf.o \
	saveargs.o strcatl.o \
	streql.o getargs.o geterrno.o \
	movebytes.o fillbytes.o raisecond.o rename.o \
	fileopen.o fcons.o cvmod.o flag.o dat.o \
	filewrite.o fileread.o fileseek.o niread.o

smake: $(OFILES)
	$(CC) -o $@ $(OFILES)

clean:
	rm -f xconfig.h rules.cnf *.o config.cache config.log config.status