Re-generated Makefile

This commit is contained in:
Pierre Pronchery 2010-11-12 14:50:47 +00:00
parent f2d7a240ff
commit 25fe4dc23f
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ DESTDIR =
LIBDIR = $(PREFIX)/lib LIBDIR = $(PREFIX)/lib
CC = cc CC = cc
CPPFLAGSF= -I ../include CPPFLAGSF= -I ../include
CPPFLAGS= -D WITH_SSL CPPFLAGS= -DWITH_SSL
CFLAGSF = -W -Wall -fPIC CFLAGSF = -W -Wall -fPIC
CFLAGS = -g -O2 -pedantic CFLAGS = -g -O2 -pedantic
AR = ar -rc AR = ar -rc

View File

@ -1,6 +1,6 @@
targets=libSystem targets=libSystem
cppflags_force=-I ../include cppflags_force=-I ../include
cppflags=-D WITH_SSL cppflags=-DWITH_SSL
cflags_force=-W -Wall -fPIC cflags_force=-W -Wall -fPIC
cflags=-g -O2 -pedantic cflags=-g -O2 -pedantic
dist=Makefile,appinterface.h,token.h dist=Makefile,appinterface.h,token.h