Fixed "make dist"
This commit is contained in:
parent
0b0e06acbb
commit
dd2ebffeed
1
Makefile
1
Makefile
|
@ -64,6 +64,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/test/string.c \
|
||||
$(PACKAGE)-$(VERSION)/test/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/test/test.sh \
|
||||
$(PACKAGE)-$(VERSION)/test/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/COPYING \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
subdirs=gtkdoc
|
||||
targets=gtkdoc/libSystem.types,gtkdoc/sgml.stamp,html/index.html
|
||||
dist=Makefile,GRAMMAR,gtkdoc.sh
|
||||
dist=Makefile,gtkdoc.sh
|
||||
|
||||
[gtkdoc/libSystem.types]
|
||||
type=script
|
||||
|
|
|
@ -7,7 +7,8 @@ CPPFLAGSF= -I ../include
|
|||
CPPFLAGS?=
|
||||
CFLAGSF = -W
|
||||
CFLAGS = -Wall -g -O2
|
||||
LDFLAGS = -L ../src -Wl,-rpath,$(PWD)/../src -lSystem
|
||||
LDFLAGSF= -L ../src -lSystem
|
||||
LDFLAGS = -L$(PREFIX)/lib -Wl,-rpath,$(PWD)/../src
|
||||
RM ?= rm -f
|
||||
LN ?= ln -f
|
||||
MKDIR ?= mkdir -p
|
||||
|
|
|
@ -2,8 +2,9 @@ targets=string,test
|
|||
cppflags_force=-I ../include
|
||||
cflags_force=-W
|
||||
cflags=-Wall -g -O2
|
||||
ldflags=-L ../src -Wl,-rpath,$(PWD)/../src -lSystem
|
||||
dist=Makefile
|
||||
ldflags_force=-L ../src -lSystem
|
||||
ldflags=-L$(PREFIX)/lib -Wl,-rpath,$(PWD)/../src
|
||||
dist=Makefile,test.sh
|
||||
|
||||
[string]
|
||||
type=binary
|
||||
|
|
Loading…
Reference in New Issue
Block a user