From 50fe720154d2af59cdeeaecf05cc868530e16248 Mon Sep 17 00:00:00 2001 From: msweet Date: Fri, 21 Mar 2008 23:46:46 +0000 Subject: dependency cycle in cups-144 / PrintingCore-250 / ApplicationServices Merge build system changes to use shared support libraries. Merge build system changes to separate installation of data, program, header, and library files. git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@668 a1ca3aef-8c08-0410-bb20-df032aa958be --- monitor/Makefile | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) (limited to 'monitor') diff --git a/monitor/Makefile b/monitor/Makefile index 1b3def600..a1c75b65d 100644 --- a/monitor/Makefile +++ b/monitor/Makefile @@ -3,7 +3,7 @@ # # Port monitor makefile for the Common UNIX Printing System (CUPS). # -# Copyright 2007 by Apple Inc. +# Copyright 2007-2008 by Apple Inc. # Copyright 2006 by Easy Software Products. # # These coded instructions, statements, and computer programs are the @@ -49,7 +49,21 @@ depend: # Install all targets... # -install: all +install: all install-data install-headers install-libs install-exec + + +# +# Install data files... +# + +install-data: + + +# +# Install programs... +# + +install-exec: $(INSTALL_DIR) -m 755 $(SERVERBIN)/monitor for file in $(TARGETS); do \ $(INSTALL_BIN) $$file $(SERVERBIN)/monitor; \ @@ -62,6 +76,20 @@ install: all fi +# +# Install headers... +# + +install-headers: + + +# +# Install libraries... +# + +install-libs: + + # # Uninstall all targets... # -- cgit v1.2.1