Nife version Beta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
756 B

  1. ################################
  2. # Makefile.am for nife project #
  3. ################################
  4. bin_PROGRAMS = nife
  5. nife_SOURCES = nife.c nife.h conf.h \
  6. mth.c mth.h \
  7. err.c err.h \
  8. histo.c histo.h \
  9. lib.c lib.h \
  10. foncs.c foncs.h \
  11. stackN.c stackN.h \
  12. stackL.c stackL.h \
  13. stackC.c stackC.h \
  14. stackF.c stackF.h \
  15. stackV.c stackV.h \
  16. tasks.c tasks.h \
  17. libmath.c libmath.h \
  18. libmathc99.c \
  19. help.c help.h \
  20. dev.c dev.h \
  21. net.c net.h \
  22. gplot.c gplot.h \
  23. scs.c scs.h \
  24. debug.c debug.h
  25. # nife_LDADD = libm.a