default.mk 257 B

123456789
  1. # Include all the Makefiles that define variables that can be useful
  2. # within debian/rules
  3. dpkg_datadir = .
  4. include $(dpkg_datadir)/architecture.mk
  5. include $(dpkg_datadir)/buildflags.mk
  6. include $(dpkg_datadir)/pkg-info.mk
  7. include $(dpkg_datadir)/vendor.mk