[MN-dev] [mndiff]: r117 - trunk/noe/Makefile
michael
subversion at mplayerhq.hu
Sun Nov 2 23:01:36 CET 2008
Author: michael
Date: Sun Nov 2 23:01:36 2008
New Revision: 117
Log:
Split targets and commands to avoid duplicated code, patch by diego.
Modified:
trunk/noe/Makefile
Modified: trunk/noe/Makefile
==============================================================================
--- trunk/noe/Makefile (original)
+++ trunk/noe/Makefile Sun Nov 2 23:01:36 2008
@@ -23,12 +23,9 @@ CFLAGS = -g -Wall -O4 $(OPTFLAGS) -I. $
all: test_100 test_101 test_10001 mina
libnoe_100.a: $(LIBOBJS:.o=_100.o)
- $(AR) rc $@ $^
-
libnoe_101.a: $(LIBOBJS:.o=_101.o) gfft_101.o
- $(AR) rc $@ $^
-
libnoe_10001.a: $(LIBOBJS:.o=_10001.o) gfft_10001.o
+libnoe_100.a libnoe_101.a libnoe_10001.a:
$(AR) rc $@ $^
mina: mina.o libnoe_10001.a
More information about the Mndiff-dev
mailing list