~ubuntu-branches/ubuntu/trusty/vice/trusty

« back to all changes in this revision

Viewing changes to src/c128/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2013-07-28 20:38:23 UTC
  • mfrom: (1.1.10) (9.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20130728203823-1h8s6bcv22oundul
Tags: 2.4.dfsg-1
* New upstream release (closes: #693065, #693641).
* Drop vice-ffmpeg.patch , applied upstream.
* Disable architecture specific compilation (closes: #686400, #714136).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        -I$(top_srcdir)/src/raster \
9
9
        -I$(top_srcdir)/src/sid \
10
10
        -I$(top_srcdir)/src/tape \
 
11
        -I$(top_srcdir)/src/userport \
11
12
        -I$(top_srcdir)/src/vicii \
12
 
        -I$(top_srcdir)/src/vdc
 
13
        -I$(top_srcdir)/src/video \
 
14
        -I$(top_srcdir)/src/lib/p64 \
 
15
        -I$(top_srcdir)/src/vdc \
 
16
        -I$(top_srcdir)/src/rtc
13
17
 
14
18
noinst_LIBRARIES = libc128.a
15
19
 
40
44
        c128memsnapshot.h \
41
45
        c128mmu.c \
42
46
        c128mmu.h \
 
47
        c128model.c \
 
48
        c128model.h \
43
49
        c128rom.c \
44
50
        c128rom.h \
45
51
        c128romset.c \