diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-01 17:01:58 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-09-01 17:01:58 +0000 |
commit | 2ab22bdad1415813a3e1df329640332702272fc0 (patch) | |
tree | 380c56fb3840936848b1c2a44ef8509b1f23b33c /tools | |
parent | 2cfc26881d21532cb9cb456800d0b1738e183fe0 (diff) | |
download | usdx-2ab22bdad1415813a3e1df329640332702272fc0.tar.gz usdx-2ab22bdad1415813a3e1df329640332702272fc0.tar.xz usdx-2ab22bdad1415813a3e1df329640332702272fc0.zip |
- new configure/make layout:
- configure/main-makefile moved to root-dir
- configure-script checked in (no need to call autogen.sh on first run)
- autogen.sh, m4, install.sh etc. moved to dists/autogen/
- config.guess/sub for canonical builds
- unit-tests moved to test
- removed delphi subdir in portaudio/-mixer
- COPYING.txt/AUTHORS.txt/... added
- dists/delphi7/2005 added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1334 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ResourceExtractor/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/ResourceExtractor/Makefile.in b/tools/ResourceExtractor/Makefile.in index 709365d7..101b14e2 100644 --- a/tools/ResourceExtractor/Makefile.in +++ b/tools/ResourceExtractor/Makefile.in @@ -10,10 +10,7 @@ BIN = $(NAME)@EXEEXT@ all: $(BIN) clean: - rm -f $(BIN) *.o *.ppu *.rst *.compiled - -distclean: clean - rm -rf Makefile *~ *.bak __history + rm -f $(BIN) *.o *.ppu *.rst $(BIN): $(SRC) $(PPC) $(PFLAGS) -o$@ $(SRC) |