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.
 
 
 
 

29 lines
783 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. i2c.c i2c.h \
  22. net.c net.h \
  23. gplot.c gplot.h \
  24. scs.c scs.h \
  25. debug.c debug.h
  26. # nife_LDADD = libm.a