]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/dlgbox/Makefile
Ignore only top level directories.
[cc65] / libsrc / geos-common / dlgbox / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 C_OBJS +=       messagebox.o
9
10 S_OBJS +=       dbget2lines.o           \
11                 dlgboxgetstring.o       \
12                 dlgboxfileselect.o      \
13                 dlgboxok.o              \
14                 dlgboxokcancel.o        \
15                 dlgboxyesno.o           \
16                 dodlgbox.o              \
17                 rstrfrmdialogue.o