[gs-devel] gsiodisk$(OBJ) dependencies
L. Peter Deutsch
ghost at aladdin.com
Thu Mar 14 13:53:54 PST 2002
> The gsiodisk$(OBJ) dependencies are defined both in int.mak and lib.mak in
> the current default-CVS version. My make-procedure chokes on this. Which
> one should be deleted?
The dependencies for a .c file must be listed in the build rule for the .o
file, and only there.
The dependencies for a .h file (definition of the _h macro) must appear only
in one place. If the .h file is part of the graphics library, it must be in
lib.mak. If it is part of the interpreter, it must be in int.mak.
--
L. Peter Deutsch | Aladdin Enterprises | 203 Santa Margarita Ave.
ghost at aladdin.com | http://www.aladdin.com | Menlo Park, CA 94025
The future of software is at http://www.opensource.org
More information about the gs-devel
mailing list