L4Re/departure

libext2fs/lib/libsupport/Makefile

618:7123a7307a82
8 months ago Paul Boddie Introduced some debugging output control.
     1 PKGDIR ?= ../..     2 L4DIR  ?= $(PKGDIR)/../../..     3      4 TARGET		= libsupport.a libsupport.so     5 PC_FILENAME	= libsupport     6 SRC_C		= \     7 		argv_parse.c cstring.c mkquota.c parse_qtype.c plausible.c profile.c \     8 		profile_helpers.c prof_err.c quotaio.c quotaio_tree.c quotaio_v2.c \     9 		dict.c    10     11 REQUIRES_LIBS	= libblkid    12     13 PRIVATE_INCDIR += \    14 		$(PKGDIR)/lib $(PKGDIR)/lib/libsupport \    15 		$(PKGDIR)/include/libsupport \    16 		$(PKGDIR)/include/libsupport/support \    17 		$(PKGDIR)/include/libext2fs \    18 		$(PKGDIR)/include/libet \    19 		$(PKGDIR)/include/libe2p \    20 		$(PKGDIR)/include/libblkid    21     22 CONTRIB_INCDIR = libsupport    23     24 include $(L4DIR)/mk/lib.mk