Preparing support for C compiler using getopt()

This commit is contained in:
Pierre Pronchery 2006-07-14 11:31:36 +00:00
parent 029a749bc2
commit 0551eec44c
2 changed files with 5 additions and 5 deletions

View File

@ -4,9 +4,9 @@ DESTDIR =
BINDIR = $(PREFIX)/bin
INCLUDEDIR= $(PREFIX)/include
CC = cc
CFLAGSF = -W -Wall -ansi
CFLAGS = -g
LDFLAGSF= -l System -l dl
CFLAGSF = -W
CFLAGS = -Wall -g -ansi
LDFLAGSF= -l System
RM = rm -f
MKDIR = mkdir -p
INSTALL = install

View File

@ -1,6 +1,6 @@
targets=configure,makedepend
cflags_force=-W -Wall -ansi
cflags=-g
cflags_force=-W
cflags=-Wall -g -ansi
ldflags_force=-l System -l dl
dist=Makefile,configure.h,makefile.h,settings.h