Empty Makefile.am

Jeremy Huddleston jeremyhu at uclink4.berkeley.edu
Wed Oct 23 04:40:18 BST 2002


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I decided to start using kdevelop 2.1.3 with a project that I've been working 
on for a while.  Everything was going great, but now all of a sudden, 
kdevelop is not updating the Makefile.am file correctly.  Previously, it was 
generating:

- ---start---

####### kdevelop will overwrite this part!!! (begin)##########
bin_PROGRAMS = worldview

## INCLUDES were found outside kdevelop specific part

worldview_SOURCES = worldview.c world.c window.c vectormath.c polygon.c 
polyfill.c object.c mygl.c meshread.c matrixmath.c llist.c light.c 
iface_ray.c iface_globe.c iface_fp.c iface.c framebuffer.c draw.c color.c
worldview_LDADD   = -lGL -lGLU -lglut


EXTRA_DIST = misc models worlds bool.h color.c color.h draw.c draw.h flags.h 
framebuffer.c framebuffer.h iface.c iface.h iface_fp.c iface_fp.h 
iface_globe.c iface_globe.h iface_ray.c iface_ray.h light.c light.h llist.c 
llist.h matrixmath.c matrixmath.h meshread.c mygl.c mygl.h object.c object.h 
polyfill.c polyfill.h polygon.c polygon.h vectormath.c vectormath.h window.c 
window.h world.c world.h worldview.c options.mk camera.h.h mesh.h lighting.h

####### kdevelop will overwrite this part!!! (end)############
# set the include path found by configure
INCLUDES= $(all_includes)

include options.mk

# the library search path.
worldview_LDFLAGS = $(all_libraries)


- ---end---

But I've removed meshread.* from the project and added mesh.h and mesh.c, and 
now it's generating:

- ---start---

####### kdevelop will overwrite this part!!! (begin)##########


####### kdevelop will overwrite this part!!! (end)############
# set the include path found by configure
INCLUDES= $(all_includes)

include options.mk

# the library search path.
worldview_LDFLAGS = $(all_libraries)

- ---end---

What happened to the bin_PROGRAMS, worldview_SOURCES, worldview_LDADD, and 
EXT_DIST declarations?  Why isn't kdevelop inserting them?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9thomgKpk8srJOlIRAvorAJ0b5pqe3Nx9zPj+Edm7ANp+ktvy0wCeP/Uq
sK5V7Hx3xEQSwyY6lW0Zw3A=
=MYZd
-----END PGP SIGNATURE-----

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list