12345678910111213141516171819 |
- # -*- make -*-
- BASE=..
- SUBDIR=cmdline
- # Bring in the default rules
- include ../buildlib/defaults.mak
- # Program to test the File Filter
- PROGRAM=dsync-flist
- SLIBS = -ldsync
- SOURCE = dsync-flist.cc path-utils.cc
- include $(PROGRAM_H)
- # Program to test the File Filter
- PROGRAM=dsync-cdimage
- SLIBS = -ldsync
- SOURCE = dsync-cdimage.cc
- include $(PROGRAM_H)
|