17df30109963092559d3760c0661a020f9daf1030The Android Open Source Project#
27df30109963092559d3760c0661a020f9daf1030The Android Open Source Project# Auto-generated sample makefile
37df30109963092559d3760c0661a020f9daf1030The Android Open Source Project#
47df30109963092559d3760c0661a020f9daf1030The Android Open Source Project# This makefile is intended for use with GNU make.
57df30109963092559d3760c0661a020f9daf1030The Android Open Source Project# Set the paths to the tools (CC, AR, LD, etc.)
67df30109963092559d3760c0661a020f9daf1030The Android Open Source Project#
77df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
87df30109963092559d3760c0661a020f9daf1030The Android Open Source Projectvpath %.c lib_src
97df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
107df30109963092559d3760c0661a020f9daf1030The Android Open Source ProjectCC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
117df30109963092559d3760c0661a020f9daf1030The Android Open Source ProjectAS = C:\Program Files\GNUARM\bin\arm-elf-as.exe
127df30109963092559d3760c0661a020f9daf1030The Android Open Source ProjectLD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
137df30109963092559d3760c0661a020f9daf1030The Android Open Source ProjectAR = C:\Program Files\GNUARM\bin\arm-elf-ar.exe
147df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
157df30109963092559d3760c0661a020f9daf1030The Android Open Source Project%.o: %.c
167df30109963092559d3760c0661a020f9daf1030The Android Open Source Project	$(CC) -c -O2 -o $@ -I lib_src -I host_src -D NUM_OUTPUT_CHANNELS=2 -D _SAMPLE_RATE_22050 -D MAX_SYNTH_VOICES=16 -D EAS_FM_SYNTH -D _IMELODY_PARSER -D _RTTTL_PARSER -D _OTA_PARSER -D _WAVE_PARSER -D _REVERB_ENABLED -D _CHORUS_ENABLED -D _IMA_DECODER $<
177df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
187df30109963092559d3760c0661a020f9daf1030The Android Open Source Project%.o: %.s
197df30109963092559d3760c0661a020f9daf1030The Android Open Source Project	$(AS) -o $@ -EL -mcpu=arm946e-s -mfpu=softfpa $<
207df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
217df30109963092559d3760c0661a020f9daf1030The Android Open Source ProjectOBJS = eas_mididata.o eas_pan.o eas_wavefiledata.o eas_smfdata.o eas_imelody.o eas_math.o eas_fmengine.o eas_chorusdata.o eas_ima_tables.o eas_ota.o eas_rtttldata.o eas_imelodydata.o eas_fmtables.o eas_public.o eas_rtttl.o eas_reverb.o eas_fmsynth.o eas_midi.o eas_otadata.o eas_mixbuf.o eas_fmsndlib.o eas_imaadpcm.o eas_smf.o eas_chorus.o eas_pcm.o eas_mixer.o eas_wavefile.o eas_pcmdata.o eas_data.o eas_reverbdata.o eas_voicemgt.o
227df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
237df30109963092559d3760c0661a020f9daf1030The Android Open Source Projectarm-fm-22k.a: $(OBJS)
247df30109963092559d3760c0661a020f9daf1030The Android Open Source Project	$(AR) rc lib$@ $(OBJS)
257df30109963092559d3760c0661a020f9daf1030The Android Open Source Project
26