gambas-source-code/main/lib/image/Makefile.am
Benoît Minisini 8bb2091ab0 [CONFIGURATION]
* BUG: Fix the Makefile.am files of /main/lib sub-directories.

[DEVELOPMENT ENVIRONMENT]
* NEW: Now you can define the available control substitutions of your 
  component in the project property dialog.
* NEW: Now you can modify local variables, global variables and any field 
  in debugger windows while debugging.

[INTERPRETER]
* NEW: Support for local and global variable assignment.

[GB.DEBUG]
* NEW: The debugger can assign values to expressions, local and global 
  variables now.

[GB.EVAL]
* NEW: Support for local and global variable assignment.

[GB.FORM]
* NEW: TableView.NoKeyboard is a new property to disable the automatic 
  keyboard navigation.

(GB.QT4]
* NEW: Disable the Glib event loop.
* NEW: Do not automatically proceed events after a modal dialog is closed.


git-svn-id: svn://localhost/gambas/trunk@2265 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-08-24 14:19:32 +00:00

23 lines
555 B
Makefile

COMPONENT = gb.image
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.image.la
gb_image_la_LIBADD =
gb_image_la_LDFLAGS = -module @LD_FLAGS@
gb_image_la_CFLAGS = -I$(top_srcdir)/share @INCLTDL@ $(AM_CFLAGS)
gb_image_la_SOURCES = \
image_stat.h image_stat.c \
image.h image.c \
CImage.h CImage.c \
CImageStat.h CImageStat.c \
c_color.h c_color.c \
gb.image.h \
main.h main.c
image.lo: image.c
$(LTCOMPILE) -O3 $(CFLAGS) -MT image.o -MD -MP -MF $(DEPDIR)/image.Tpo -c -o image.o image.c
mv -f $(DEPDIR)/image.Tpo $(DEPDIR)/image.Po