Trying to allow more flexible compilation process for DeforaOS

This commit is contained in:
Pierre Pronchery 2007-05-21 02:26:51 +00:00
parent 88d323f3f4
commit 4dd58ae7bf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]