View | Details | Raw Unified | Return to issue 815
Collapse All | Expand All

(-)external/audio/nas-1.4.1/config/NetAudio.tmpl (-5 / +5 lines)
Lines 33-39 Link Here
33
#define RmTree(dir)		$(RM) -r dir
33
#define RmTree(dir)		$(RM) -r dir
34
#define AuPassCDebugFlags	'CDEBUGFLAGS=$(CDEBUGFLAGS)'
34
#define AuPassCDebugFlags	'CDEBUGFLAGS=$(CDEBUGFLAGS)'
35
#define Obj(x)			x.o
35
#define Obj(x)			x.o
36
#define Exe(x)			x
36
#define Exe(x) x
37
#define LibPre()		lib
37
#define LibPre()		lib
38
#define Lib(x)			LibPre()x.a
38
#define Lib(x)			LibPre()x.a
39
#else /* WIN32 */
39
#else /* WIN32 */
Lines 224-234 Link Here
224
	AudioProgram(program, program.c, Obj(program))
224
	AudioProgram(program, program.c, Obj(program))
225
225
226
#define	AuComplexProgramTarget(program)					    @@\
226
#define	AuComplexProgramTarget(program)					    @@\
227
        PROGRAM = program						    @@\
227
        PROGRAM = program                                                   @@\
228
									    @@\
228
                                                                            @@\
229
AllTarget(Exe(program))							    @@\
229
AllTarget(Exe(program))							    @@\
230
									    @@\
230
                                                                            @@\
231
Exe(program): $(OBJS) $(DEPLIBS)					    @@\
231
Exe(program):: $(OBJS) $(DEPLIBS)					    @@\
232
	RemoveTargetProgram($@)						    @@\
232
	RemoveTargetProgram($@)						    @@\
233
	$(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
233
	$(CC) -o $@ $(OBJS) $(LDOPTIONS) $(LOCAL_LIBRARIES) $(LDLIBS) $(EXTRA_LOAD_FLAGS) @@\
234
									    @@\
234
									    @@\

Return to issue 815