zoomlevel.c \
tile.c \
sources/oam.c \
- sources/osm_mapnik.c \
- sources/mff_relief.c \
- sources/google_map.c \
- sources/google_sat.c \
- sources/google_terrain.c \
+ sources/osmmapnik.c \
+ sources/mffrelief.c \
+ sources/googlemap.c \
+ sources/googlesat.c \
+ sources/googleterrain.c \
sources/debugmap.c
noinst_HEADERS = champlainview.h \
champlainmarker.c \
- champlain_private.h \
+ champlainprivate.h \
map.h \
zoomlevel.h \
tile.h \
sources/oam.h \
- sources/osm_mapnik.h \
- sources/mff_relief.h \
- sources/google_map.h \
- sources/google_sat.h \
- sources/google_terrain.h \
+ sources/osmmapnik.h \
+ sources/mffrelief.h \
+ sources/googlemap.h \
+ sources/googlesat.h \
+ sources/googleterrain.h \
sources/debugmap.h
libchamplain_0_2_la_LIBADD = $(DEPS_LIBS) ../tidy/libtidy-1.0.la
@GLIB_GENMARSHAL@ --body --prefix=cpl_marshal $< > $(CHAMPLAIN_MARSHAL).c
libchamplain_includedir=$(includedir)/libchamplain-0.2/champlain
-libchamplain_include_HEADERS = champlain.h champlainview.h champlain_defines.h champlainlayer.h champlainmarker.h
+libchamplain_include_HEADERS = champlain.h champlainview.h champlaindefines.h champlainlayer.h champlainmarker.h
libchamplain_0_2_la_LDFLAGS= -version-info $(LIBRARY_VERSION)
#include <glib.h>
-#include <champlain/champlain_defines.h>
+#include <champlain/champlaindefines.h>
#include <champlain/champlainview.h>
#include <champlain/champlainmarker.h>
#include <champlain/champlainlayer.h>
#include "config.h"
#include "champlainlayer.h"
-#include "champlain_defines.h"
+#include "champlaindefines.h"
#include <clutter/clutter.h>
#include <glib.h>
#ifndef CHAMPLAIN_LAYER_H
#define CHAMPLAIN_LAYER_H
-#include <champlain/champlain_defines.h>
+#include <champlain/champlaindefines.h>
#include <glib-object.h>
#include <clutter/clutter.h>
#include "config.h"
-#include "champlain_defines.h"
+#include "champlaindefines.h"
#include "champlainmarker.h"
-#include "champlain_private.h"
+#include "champlainprivate.h"
#include "champlain.h"
#include "champlain-marshal.h"
#include "map.h"
#ifndef CHAMPLAIN_MARKER_H
#define CHAMPLAIN_MARKER_H
-#include <champlain/champlain_defines.h>
+#include <champlain/champlaindefines.h>
#include <glib-object.h>
#include <clutter/clutter.h>
#include "config.h"
-#include "champlain_defines.h"
-#include "champlain_private.h"
+#include "champlaindefines.h"
+#include "champlainprivate.h"
#include "champlain.h"
#include "champlain-marshal.h"
#include "champlainview.h"
#ifndef CHAMPLAIN_VIEW_H
#define CHAMPLAIN_VIEW_H
-#include <champlain/champlain_defines.h>
+#include <champlain/champlaindefines.h>
#include <glib.h>
#include <glib-object.h>
#include <clutter/clutter.h>
#include "map.h"
#include "zoomlevel.h"
-#include "sources/osm_mapnik.h"
-#include "sources/mff_relief.h"
+#include "sources/osmmapnik.h"
+#include "sources/mffrelief.h"
#include "sources/oam.h"
#include "sources/debugmap.h"
#include <math.h>
#include "champlain.h"
#include "champlainview.h"
-#include "champlain_private.h"
+#include "champlainprivate.h"
#include "zoomlevel.h"
#include "tile.h"
* The current code isn't working because the web server is returning Forbiden error message.
*/
-#include "sources/google_map.h"
+#include "sources/googlemap.h"
#include "map.h"
#include <math.h>
#include <clutter/clutter.h>
* The current code isn't working because the web server is returning Forbiden error message.
*/
-#include "sources/google_sat.h"
+#include "sources/googlesat.h"
#include "map.h"
#include <math.h>
#include <clutter/clutter.h>
* The current code isn't working because the web server is returning Forbiden error message.
*/
-#include "sources/google_terrain.h"
+#include "sources/googleterrain.h"
#include "map.h"
#include <math.h>
#include <clutter/clutter.h>
* Boston, MA 02110-1301, USA.
*/
-#include "sources/mff_relief.h"
+#include "sources/mffrelief.h"
#include "map.h"
#include <math.h>
#include <clutter/clutter.h>
* Boston, MA 02110-1301, USA.
*/
-#include "sources/osm_mapnik.h"
+#include "sources/osmmapnik.h"
#include "map.h"
#include <math.h>
#include <clutter/clutter.h>
#include "tile.h"
#include "map.h"
-#include "champlain_private.h"
+#include "champlainprivate.h"
#include <math.h>
#include <errno.h>
#include <glib.h>
#include <clutter/clutter.h>
-#include <champlain/champlain_private.h>
+#include <champlain/champlainprivate.h>
struct _Tile
{
#include <glib.h>
#include <clutter/clutter.h>
-#include "champlain_private.h"
+#include "champlainprivate.h"
typedef struct
{