- 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
29
Gem/abstractions/Makefile.am
Normal file
29
Gem/abstractions/Makefile.am
Normal file
|
@ -0,0 +1,29 @@
|
|||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUFFIXES = .pd
|
||||
|
||||
gemabsdir=$(pkglibdir)
|
||||
|
||||
nodist_gemabs_DATA = \
|
||||
gemdefaultwindow.pd
|
||||
|
||||
dist_gemabs_DATA = \
|
||||
gemhead.pd \
|
||||
gemmouse.pd \
|
||||
gemorb.pd \
|
||||
gemtablet.pd \
|
||||
gemwin.pd \
|
||||
hsv2rgb-help.pd \
|
||||
hsv2rgb.pd \
|
||||
pix_blobtracker-help.pd \
|
||||
pix_blobtracker.pd \
|
||||
pix_buffer_filmopen-help.pd \
|
||||
pix_buffer_filmopen.pd \
|
||||
pix_write.pd \
|
||||
rgb2hsv-help.pd \
|
||||
rgb2hsv.pd \
|
||||
rgb2yuv-help.pd \
|
||||
rgb2yuv.pd \
|
||||
yuv2rgb-help.pd \
|
||||
yuv2rgb.pd
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue