Preparing support for C compiler using getopt()
This commit is contained in:
parent
029a749bc2
commit
0551eec44c
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user