- merge v0.01 --> Añadido fileselector - Añadidas fuentes de Gem y Pure Data - pix2jpg incluído en Gem. Archivos de construcción de Gem modificados. - Añadido fichero ompiling.txt con instrucciones de compilación
16 lines
835 B
Makefile
16 lines
835 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUFFIXES = .tcl
|
|
|
|
# we want these in the dist tarball
|
|
#EXTRA_DIST = CHANGELOG.txt notes.txt makefile.mingw
|
|
|
|
|
|
bin_SCRIPTS = pd-gui.tcl
|
|
|
|
libpdtcldir = $(pkglibdir)/tcl
|
|
dist_libpdtcl_SCRIPTS = pd-gui.tcl
|
|
dist_libpdtcl_DATA = apple_events.tcl dialog_canvas.tcl dialog_gatom.tcl dialog_path.tcl pd_bindings.tcl pd_menus.tcl pdwindow.tcl scrollboxwindow.tcl AppMain.tcl dialog_data.tcl dialog_iemgui.tcl dialog_startup.tcl pd_connect.tcl pkgIndex.tcl wheredoesthisgo.tcl dialog_array.tcl dialog_find.tcl dialog_message.tcl helpbrowser.tcl pdtk_canvas.tcl pkg_mkIndex.tcl dialog_audio.tcl dialog_font.tcl dialog_midi.tcl opt_parser.tcl pd_menucommands.tcl pdtk_text.tcl pdtk_textwindow.tcl scrollbox.tcl pd_guiprefs.tcl pd.ico
|
|
|
|
etags: TAGS
|
|
etags --append --language=none --regex="/proc[ \t]+\([^ \t]+\)/\1/" *.tcl
|