merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

Makefile.am (373B)


      1 # This Makefile.am is in the public domain
      2 all:
      3 	@echo -e \
      4 "Generate documentation:\n" \
      5 "\tmake full - full documentation with dependency graphs (slow)\n" \
      6 "\tmake fast - fast mode without dependency graphs"
      7 
      8 full: taler.doxy
      9 	doxygen $<
     10 
     11 fast: taler.doxy
     12 	sed 's/\(HAVE_DOT.*=\).*/\1 NO/' $< | doxygen -
     13 
     14 clean:
     15 	rm -rf html
     16 
     17 EXTRA_DIST = \
     18    taler.doxy \
     19    logo.svg