guix/src/Makefile.am

25 lines
712 B
Makefile
Raw Normal View History

bin_PROGRAMS = nix fix
2003-06-15 13:41:32 +00:00
noinst_PROGRAMS = test
AM_CXXFLAGS = -DSYSTEM=\"@host@\" -Wall
2003-05-26 13:45:00 +00:00
2003-06-15 13:41:32 +00:00
nix_SOURCES = nix.cc db.cc util.cc hash.cc md5.c
nix_LDADD = -ldb_cxx-4 -lATerm
2003-06-15 13:41:32 +00:00
fix_SOURCES = fix.cc util.cc hash.cc md5.c
fix_LDADD = -lATerm
2003-06-15 13:41:32 +00:00
test_SOURCES = test.cc util.cc hash.cc md5.c
install-data-local:
$(INSTALL) -d $(localstatedir)/nix
$(INSTALL) -d $(localstatedir)/nix/descriptors
$(INSTALL) -d $(localstatedir)/nix/sources
$(INSTALL) -d $(localstatedir)/nix/links
$(INSTALL) -d $(localstatedir)/nix/prebuilts
$(INSTALL) -d $(localstatedir)/nix/prebuilts/imports
$(INSTALL) -d $(localstatedir)/nix/prebuilts/exports
$(INSTALL) -d $(localstatedir)/log/nix
$(INSTALL) -d $(prefix)/pkg
$(bindir)/nix init