/[pearpc]/src/cpu/Makefile.am
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/cpu/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 6 months ago) by dpavlin
File size: 256 byte(s)
import upstream CVS
1 AUTOMAKE_OPTIONS = foreign
2
3 if USE_CPU_GENERIC
4 THE_ARCH_DIR=cpu_generic
5 endif
6
7 if USE_CPU_JITC_X86
8 THE_ARCH_DIR=cpu_jitc_x86
9 endif
10
11 EXTRA_DIST = cpu.h debug.h mem.h
12
13 SUBDIRS = $(THE_ARCH_DIR)
14 EXTRA_SUBDIRS = cpu_jitc_generic cpu_jitc_x86
15
16 INCLUDES = -I ..

  ViewVC Help
Powered by ViewVC 1.1.26