diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2003-10-03 12:08:32 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2003-10-03 12:08:32 +0000 |
commit | b3a15eee3ab2d393dcdbe9a87ad354755a2f9a86 (patch) | |
tree | 70e62c9d8dfad8c0a89df44439b95468bdb984e3 /Makefile.common | |
parent | ef674aef4f1d6a513dcfdfaf5b0ebd078d25abac (diff) |
*** empty log message ***
svn path=/trunk/externals/miXed/; revision=1064
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index 8c13072..e26bbac 100644 --- a/Makefile.common +++ b/Makefile.common @@ -64,7 +64,8 @@ TYPES_EXTERNS = \ $(patsubst %.c,%$($1_TILDE).$(X_SUFFIX),$(call TYPES_NAMES,$1)) SOURCES = $(CX_SOURCES) $(AX_SOURCES) $(LX_SOURCES) $(OTHER_SOURCES) \ - $(foreach type,$(TYPES),$($(type)_SOURCES)) + $(foreach type,$(TYPES),$($(type)_SOURCES)) \ + $(foreach type,$(TYPES),$($(type)_PRIVATEOBJECTS:.o=.c)) INCLUDES = -I. -I$(PD_DIR) -I$(SHARED_DIR) @@ -202,6 +203,7 @@ clean: emptydeps cleanall: clean # remove default target externs -rm -f $(EXTERNS) + $(SUBDIRS) # added by Hans-Christoph Steiner <hans@eds.org> to remove # files created when making MacOS X packages -rm -Rf ../installroot |