~kamalmostafa/ubuntu/lucid/pdp/fix-504941-ftbfs

« back to all changes in this revision

Viewing changes to modules/test/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Guenter Geiger (Debian/GNU)
  • Date: 2005-03-15 22:21:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050315222105-1q287rsihmd9j1tb
Tags: 1:0.12.4-2
* fixed the hardcoded depends
* added 3dp library

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#current: all_modules
2
 
current: clean
3
 
include ../../Makefile.config
4
 
 
5
 
all_modules: pdp_forthtest.o
6
 
 
7
 
# build test modules
8
 
# all_modules: $(PDP_MOD)
9
 
 
10
 
clean:
11
 
        rm -f *~
12
 
        rm -f *.o
13