~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to src/arch/os2/dialogs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile.am for the OS2 version of `libdialogs.a'.
2
2
 
3
3
INCLUDES = \
4
 
        @ARCH_INCLUDES@
 
4
        @ARCH_INCLUDES@
5
5
 
6
6
noinst_LIBRARIES = libdialogs.a
7
7
 
8
8
libdialogs_a_SOURCES = \
9
 
        c1541.rc \
10
 
        dialogs.c \
11
 
        dialogs.h \
12
 
        dialogs.rc \
13
 
        menubar.c \
14
 
        menubar.h \
15
 
        menubar.rc \
16
 
        dragndrop.h \
17
 
        dragndrop.c \
18
 
        dlg-fileio.h \
19
 
        dlg-fileio.c \
 
9
        c1541.rc \
 
10
        dialogs.c \
 
11
        dialogs.h \
 
12
        dialogs.rc \
 
13
        menubar.c \
 
14
        menubar.h \
 
15
        menubar.rc \
 
16
        dragndrop.h \
 
17
        dragndrop.c \
 
18
        dlg-fileio.h \
 
19
        dlg-fileio.c \
20
20
        dlg-fileio.rc \
21
 
        dlg-color.h \
22
 
        dlg-color.c \
 
21
        dlg-color.h \
 
22
        dlg-color.c \
23
23
        dlg-color.rc \
24
 
        dlg-vsid.h \
25
 
        dlg-vsid.c \
26
 
        dlg-vsid.rc \
 
24
        dlg-vsid.h \
 
25
        dlg-vsid.c \
 
26
        dlg-vsid.rc \
27
27
        dlg-datasette.h \
28
28
        dlg-datasette.c \
29
29
        dlg-datasette.rc \
39
39
        dlg-monitor.c \
40
40
        dlg-monitor.h \
41
41
        dlg-monitor.rc \
42
 
        dlg-cmdopt.c \
43
 
        dlg-create.c \
44
 
        dlg-reset.c 
45
 
 
 
42
        dlg-cmdopt.c \
 
43
        dlg-create.c \
 
44
        dlg-reset.c