makefile 235 B

12345678910111213
  1. # -*- make -*-
  2. BASE=..
  3. SUBDIR=test
  4. # Bring in the default rules
  5. include ../buildlib/defaults.mak
  6. # Scratch program to test incomplete code fragments in
  7. PROGRAM=scratch-test
  8. SLIBS = -lapt-pkg
  9. SOURCE = scratch.cc
  10. include $(PROGRAM_H)