bug1039, Remove obsolete files from directory repositories\generic
[tpot/pegasus/.git] / src / Pegasus / repositories / Makefile
1 # This is a recurse make file to make ONE OF the repository implementations.
2 # Note that as of the current Pegasus, you may only make one repository
3 # because they all have the same dll name and therefore, the last make
4 # becomes the repository implementation.
5 ROOT=../../..
6
7 include $(ROOT)/mak/config.mak
8
9 TEST_DIRS = \
10
11
12 DIRS = \
13     genericfile
14     
15
16 #    genericfile\tests
17     
18
19 include $(ROOT)/mak/recurse.mak