This should allow an autoregen and ./confiure to work. We only generate Makefiles for lib/* and ./Makefile for now. We'll ad more as we go along. Make still fails as we need to figure out TT - tirpc lib, rpcgen, etc. But it's a start!
17 lines
333 B
Makefile
17 lines
333 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
lib_LTLIBRARIES = libDtPrint.la
|
|
|
|
libDtPrint_la_CFLAGS = -DMULTIBYTE -DI18N_MSG
|
|
|
|
if SOLARIS
|
|
libDtPrint_la_CFLAGS += -DNO_REGCOMP
|
|
endif
|
|
|
|
if HPUX
|
|
libDtPrint_la_CFLAGS += -DMESSAGE_CAT
|
|
endif
|
|
|
|
libDtPrint_la_SOURCES = PrintMsgs.c PrintDlgMgr.c PrintOptions.c PrintSetupB.c \
|
|
PsubDefProc.c PsubUtil.c
|