automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with magically appearing _OBJECTS variable


From: Alexandre Duret-Lutz
Subject: Re: help with magically appearing _OBJECTS variable
Date: 23 Sep 2001 15:33:52 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>> "Ben" == Ben Smith <address@hidden> writes:

[...]

 Ben> Another option for me may have been to put all the
 Ben> optional stuff in a separate directory and add that
 Ben> directory via @extra tests@ to one of the Makefile.am
 Ben> files.

You could do it in a similar way, without playing with
directories.

| noinst_PROGRAMS = tester @extra_tests@
| EXTRA_PROGRAMS = sdl_test
| 
| tester_SOURCES = tester.c
| tester_LDADD = ../src/libmousetrap.la
| sdl_test_SOURCES = sdl_test.c
| sdl_test_LDADD = ../src/libmousetrap.la -lSDL -lSDL_image

[...]

-- 
Alexandre Duret-Lutz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]