|
Subject: |
RE: 3.12 Makefiles |
|
From: |
[email protected] (Matthew Needes) |
|
Date: |
Thu, 23 Feb 95 09:35:10 MST |
What I'd like to see, and I can't do it because of a possible bug
in GNU Make, is to be able to set the sources and objects of
individual products in a clear way.
One of the only things I really missed about imake was its ability
to do this well.
I tried to use a syntax like the following with gnumake:
VPATH = ..
SRCS.prod1 = a.c b.c
OBJS.prod1 = a.o b.o
LIBS.prod1 = -lca -lCom
SRCS.prod2 = foo.c bar.c
OBJS.prod2 = foo.o bar.o
LIBS.prod2 = -lca
etc.
And I tried SEVERAL dependency rules to get the above to work.
If anyone wants to try to find a rule that works for the above,
go for it !
Matt ([email protected])
- Navigate by Date:
- Prev:
3.12 Makefiles Andrew Johnson
- Next:
Last (?) word on PGP 415
- Index:
1994
<1995>
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
- Navigate by Thread:
- Prev:
3.12 Makefiles Andrew Johnson
- Next:
Last (?) word on PGP 415
- Index:
1994
<1995>
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
|