New configure
This commit is contained in:
parent
b8cc8e7af9
commit
3d9bfad007
@ -1,11 +1,8 @@
|
|||||||
TARGETS = configure
|
TARGETS = configure
|
||||||
|
CC = cc
|
||||||
CFLAGSF = -W -Wall -ansi -I /System/Include
|
CFLAGSF = -W -Wall -ansi -I /System/Include
|
||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
LDFLAGSF= -L /System/Libraries -l System -l dl
|
LDFLAGSF= -L /System/Libraries -l System -l dl
|
||||||
CC = cc
|
|
||||||
AR = ar rc
|
|
||||||
RANLIB = ranlib
|
|
||||||
LD = ld -shared
|
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
|
|
||||||
@ -19,7 +16,6 @@ configure: $(configure_OBJS)
|
|||||||
configure.o: configure.c
|
configure.o: configure.c
|
||||||
$(CC) $(configure_CFLAGS) -c configure.c
|
$(CC) $(configure_CFLAGS) -c configure.c
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(configure_OBJS)
|
$(RM) $(configure_OBJS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user