[launchd-changes] [22870] trunk/launchd/src

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 23 10:09:21 PDT 2006


Revision: 22870
          http://trac.macosforge.org/projects/launchd/changeset/22870
Author:   zarzycki at apple.com
Date:     2006-09-23 10:09:19 -0700 (Sat, 23 Sep 2006)

Log Message:
-----------
Clean some other MIG generated files up.

Modified Paths:
--------------
    trunk/launchd/src/Makefile.am
    trunk/launchd/src/Makefile.in

Modified: trunk/launchd/src/Makefile.am
===================================================================
--- trunk/launchd/src/Makefile.am	2006-09-22 21:51:33 UTC (rev 22869)
+++ trunk/launchd/src/Makefile.am	2006-09-23 17:09:19 UTC (rev 22870)
@@ -1,6 +1,8 @@
 AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -W -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1
 
-CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
+CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h					\
+	     launchd_internal.h launchd_internalServer.h launchd_internalServer.h launchd_internalUser.c	\
+	     notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h 
 
 bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h: $(srcdir)/bootstrap.defs
 	mig $(MIGFLAGS) -sheader bootstrapServer.h $(srcdir)/bootstrap.defs

Modified: trunk/launchd/src/Makefile.in
===================================================================
--- trunk/launchd/src/Makefile.in	2006-09-22 21:51:33 UTC (rev 22869)
+++ trunk/launchd/src/Makefile.in	2006-09-23 17:09:19 UTC (rev 22870)
@@ -223,7 +223,10 @@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
 AM_CFLAGS = -no-cpp-precomp -F/System/Library/PrivateFrameworks -Wall -W -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror -D__MigTypeCheck=1
-CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h
+CLEANFILES = bootstrap.h bootstrapServer.c bootstrapUser.c bootstrapServer.h					\
+	     launchd_internal.h launchd_internalServer.h launchd_internalServer.h launchd_internalUser.c	\
+	     notifyServer.c notifyServer.h mpm_replyUser.c mpm_reply.h 
+
 @LIBS_ONLY_TRUE at noinst_LIBRARIES = liblaunch.a liblaunch_profile.a
 @LIBS_ONLY_TRUE at liblaunch_a_SOURCES = liblaunch.c bootstrap_public.c
 @LIBS_ONLY_TRUE at liblaunch_profile_a_CFLAGS = -pg $(AM_CFLAGS)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20060923/a598c5f9/attachment.html


More information about the launchd-changes mailing list