[matroska] r1103 - trunk/libebml/make/linux
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu Date: 2005-03-19 13:31:20 +0300 (Sat, 19 Mar 2005) New Revision: 1103 Modified: trunk/libebml/make/linux/Makefile Log: Say something about 'lib' not being a valid target anymore. 'clean' should remove the .lo, too. Modified: trunk/libebml/make/linux/Makefile =================================================================== --- trunk/libebml/make/linux/Makefile 2005-03-19 10:24:21 UTC (rev 1102) +++ trunk/libebml/make/linux/Makefile 2005-03-19 10:31:20 UTC (rev 1103) @@ -74,6 +74,10 @@ sharedlib: $(LIBRARY_SO) +lib: + @echo "Use the 'staticlib', 'sharedlib' or 'all' targets." + @false + # Build rules %.o: %$(EXTENSION) $(CXX) -c $(COMPILEFLAGS) -o $@ $< @@ -90,7 +94,7 @@ ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO) clean: - rm -f $(objects) + rm -f $(objects) $(objects_so) rm -f $(LIBRARY) rm -f $(LIBRARY_SO) rm -f $(LIBRARY_SO_VER)