More generic Makefiles
This commit is contained in:
parent
49a5705683
commit
2dafd20a96
@ -1,11 +1,12 @@
|
||||
TARGETS = configure makedepend
|
||||
PREFIX = /usr/local
|
||||
DESTDIR =
|
||||
DESTDIR =
|
||||
BINDIR = $(PREFIX)/bin
|
||||
INCLUDEDIR= $(PREFIX)/include
|
||||
CC = cc
|
||||
CFLAGSF = -W -Wall -ansi -I /System/Include -D_GNU_SOURCE
|
||||
CFLAGSF = -W -Wall -ansi -D_GNU_SOURCE
|
||||
CFLAGS = -g
|
||||
LDFLAGSF= -L /System/Libraries -l System -l dl
|
||||
LDFLAGSF= -l System -l dl
|
||||
RM = rm -f
|
||||
MKDIR = mkdir -p
|
||||
INSTALL = install
|
||||
|
@ -1,7 +1,7 @@
|
||||
targets=configure,makedepend
|
||||
cflags_force=-W -Wall -ansi -I /System/Include
|
||||
cflags_force=-W -Wall -ansi
|
||||
cflags=-g
|
||||
ldflags_force=-L /System/Libraries -l System -l dl
|
||||
ldflags_force=-l System -l dl
|
||||
|
||||
[configure]
|
||||
type=binary
|
||||
|
Loading…
Reference in New Issue
Block a user