makefile 351 B

12345678910111213141516171819
  1. # -*- make -*-
  2. BASE=..
  3. SUBDIR=cmdline
  4. # Bring in the default rules
  5. include ../buildlib/defaults.mak
  6. # Program to test the File Filter
  7. PROGRAM=dsync-flist
  8. SLIBS = -ldsync
  9. SOURCE = dsync-flist.cc path-utils.cc
  10. include $(PROGRAM_H)
  11. # Program to test the File Filter
  12. PROGRAM=dsync-cdimage
  13. SLIBS = -ldsync
  14. SOURCE = dsync-cdimage.cc
  15. include $(PROGRAM_H)