Fixed "make dist"

This commit is contained in:
Pierre Pronchery 2012-05-14 20:41:13 +00:00
parent 0b0e06acbb
commit dd2ebffeed
4 changed files with 7 additions and 4 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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

View File

@ -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