- Reestructuración de ficheros y directorios general
- 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
This commit is contained in:
parent
c9adfd020b
commit
e85d191b46
3100 changed files with 775434 additions and 3073 deletions
16
pd-0.44-2/tcl/Makefile.am
Normal file
16
pd-0.44-2/tcl/Makefile.am
Normal file
|
@ -0,0 +1,16 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue