]> git.draconx.ca Git - liblbx.git/blobdiff - src/Makefile.inc
build: Flatten the build system.
[liblbx.git] / src / Makefile.inc
diff --git a/src/Makefile.inc b/src/Makefile.inc
deleted file mode 100644 (file)
index 0200866..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright (C) 2009 Nick Bowler
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without any warranty.
-
-lbxdir = $(includedir)/lbx
-lbx_HEADERS = src/lbx.h src/image.h src/error.h
-
-noinst_HEADERS += src/misc.h src/tools.h src/pack.h
-
-lib_LTLIBRARIES  += liblbx.la
-liblbx_la_SOURCES = src/lbx.c src/fops.c src/image.c src/pack.c src/error.c
-liblbx_la_LDFLAGS = -export-symbols-regex '^lbx_'
-
-bin_PROGRAMS    += lbxtool
-lbxtool_SOURCES  = src/lbxtool.c
-lbxtool_LDADD    = liblbx.la libgnu.la
-$(lbxtool_OBJECTS): $(gnulib_headers)
-
-if BUILD_LBXIMG
-bin_PROGRAMS   += lbximg
-lbximg_SOURCES  = src/lbximg.c
-lbximg_LDADD    = liblbx.la libgnu.la $(LIBPNG_LIBS)
-lbximg_CFLAGS   = $(LIBPNG_CFLAGS)
-$(lbximg_OBJECTS): $(gnulib_headers)
-endif