2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-02 02:10:52 +00:00

remove abuild files

git-svn-id: svn+q:///qpdf/trunk@758 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-10 15:11:01 +00:00
parent 582b500cd9
commit 6e193e3126
9 changed files with 0 additions and 33 deletions

View File

@ -1,5 +0,0 @@
name: pcre
platform-types: native
child-dirs: dftables
deps: dftables

View File

@ -1,3 +0,0 @@
INCLUDES = .
LIBDIRS = $(ABUILD_OUTPUT_DIR)
LIBS = pcre

View File

@ -1,8 +0,0 @@
TARGETS_lib := pcre
SRCS_lib_pcre := maketables.c get.c study.c pcre.c
RULES := ccxx
pcre.$(OBJ): chartables.c
chartables.c: $(DFTABLES_DIR)/$(call binname,dftables)
./$(DFTABLES_DIR)/dftables chartables.c

View File

@ -1,2 +0,0 @@
name: dftables
platform-types: native

View File

@ -1 +0,0 @@
declare DFTABLES_DIR filename = $(ABUILD_OUTPUT_DIR)

View File

@ -1,4 +0,0 @@
TARGETS_bin := dftables
SRCS_bin_dftables := dftables.c
VPATH := ../..
RULES := ccxx

View File

@ -1,2 +0,0 @@
name: zlib
platform-types: native

View File

@ -1,3 +0,0 @@
INCLUDES = .
LIBDIRS = $(ABUILD_OUTPUT_DIR)
LIBS = z

View File

@ -1,5 +0,0 @@
TARGETS_lib := z
SRCS_lib_z := adler32.c compress.c crc32.c gzio.c uncompr.c deflate.c trees.c \
zutil.c inflate.c infback.c inftrees.c inffast.c
XCPPFLAGS += -DHAVE_VSNPRINTF
RULES := ccxx