Revision: 22870 http://trac.macosforge.org/projects/launchd/changeset/22870 Author: zarzycki@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@noinst_LIBRARIES = liblaunch.a liblaunch_profile.a @LIBS_ONLY_TRUE@liblaunch_a_SOURCES = liblaunch.c bootstrap_public.c @LIBS_ONLY_TRUE@liblaunch_profile_a_CFLAGS = -pg $(AM_CFLAGS)
participants (1)
-
source_changes@macosforge.org