Trying to allow more flexible compilation process for DeforaOS
This commit is contained in:
parent
88d323f3f4
commit
4dd58ae7bf
@ -7,7 +7,7 @@ CC = cc
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W
|
||||
CFLAGS = -Wall -g -O2 -ansi
|
||||
LDFLAGSF= -l System
|
||||
LDFLAGS = -L $(PREFIX)/lib -R $(PREFIX)/lib -l System
|
||||
RM = rm -f
|
||||
MKDIR = mkdir -p
|
||||
INSTALL = install
|
||||
|
@ -1,7 +1,7 @@
|
||||
targets=configure
|
||||
cflags_force=-W
|
||||
cflags=-Wall -g -O2 -ansi
|
||||
ldflags_force=-l System -l dl
|
||||
ldflags=-L $(PREFIX)/lib -R $(PREFIX)/lib -l System -l dl
|
||||
dist=Makefile,configure.h,makefile.h,settings.h
|
||||
|
||||
[configure]
|
||||
|
Loading…
Reference in New Issue
Block a user