Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by misto, Fri Jan 3 11:09:29 2003 UTC | revision 1.2 by misto, Mon Jan 6 09:52:18 2003 UTC | |
|---|---|---|
| # | Line 20 | Line 20 |
| 20 | # $Id$ | # $Id$ |
| 21 | # | # |
| 22 | ||
| 23 | .PHONY: all clean buildsrc examples | .PHONY: all clean buildsrc examples automagic |
| 24 | ||
| 25 | BIN= spasm SmArcGUI | BIN= spasm SmArcGUI |
| 26 | ||
| 27 | all: SmArcGUI examples | |
| 28 | binary: spasm SmArcGUI | |
| 29 | ||
| 30 | all: automagic SmArcGUI examples | |
| 31 | ||
| 32 | ||
| 33 | automagic: | |
| 34 | cd ./src/smarcgui ; ./autogen.sh | |
| 35 | ||
| 36 | buildsrc: | buildsrc: |
| 37 | make -C ./src | make -C ./src |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |