~torios-dev/+junk/fltk-volume

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Israel Dahl
  • Date: 2018-10-17 22:51:16 UTC
  • Revision ID: israeldahl@gmail.com-20181017225116-j3eg2cl7acqkknti
fix makefile to generate source in correct dir
added translation

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
SOURCE    = $(TARGET)
4
4
 
5
5
## probably don't need to modify any of this
6
 
FLUID     = fluid -c src/$(SOURCE).fld
 
6
FLUID     = fluid  -o src/$(SOURCE).cxx -h src/$(SOURCE).h -c src/$(SOURCE).fld
7
7
FLTK_CONF = fltk-config
8
8
CXX       = $(shell $(FLTK_CONF) --cxx)
9
9
DEBUG     = -g