summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorbiouman <>2001-05-13 15:20:19 +0000
committerbiouman <>2001-05-13 15:20:19 +0000
commit6f0a137bb38cd16eb69475943652e80d58085158 (patch)
tree0317421cc0e05af2a8887e2855511c8dd025af54 /samples
parent744d00d31364f7651f02c59e5fc0e1bce3fbef42 (diff)
*** empty log message ***
Diffstat (limited to 'samples')
-rw-r--r--samples/Makefile.am2
-rw-r--r--samples/Makefile.samples6
2 files changed, 6 insertions, 2 deletions
diff --git a/samples/Makefile.am b/samples/Makefile.am
index 9b8c2aa..f249a6d 100644
--- a/samples/Makefile.am
+++ b/samples/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = fichier1.s fichier2.s rechcara.s recherche.s sommeentiers.s testtout.s Makefile.samples instructions.txt hello.s
+EXTRA_DIST = fichier1.s fichier2.s rechcara.s recherche.s sommeentiers.s testtout.s Makefile.samples instructions.txt hello.s boucle.s trig.s drawline.s cube.s
all:
make -f Makefile.samples
diff --git a/samples/Makefile.samples b/samples/Makefile.samples
index a638986..d7d45be 100644
--- a/samples/Makefile.samples
+++ b/samples/Makefile.samples
@@ -10,7 +10,7 @@
chmod 755 $@
rm tmp.o
-all: helloworld hello recherche rechcara sommeentiers testtout boucle p4 drawline
+all: helloworld hello recherche rechcara sommeentiers testtout boucle p4 drawline cube trig allcube
helloworld: fichier1.s fichier2.s
../src/compilo fichier1.s fichier1.o
@@ -19,5 +19,9 @@ helloworld: fichier1.s fichier2.s
chmod 755 helloworld
rm fichier1.o fichier2.o
+allcube: cube trig drawline
+ ../src/linker cube.s drawline.s trig.s cube
+ rm cube.o drawline.o trig.o
+
clean:
rm -f helloworld recherche rechcara sommeenters testtout *.o __symbols__ __text__