Browse Source

Remove now unused file

tags/1.9.4
falkTX 11 years ago
parent
commit
06263f82dd
1 changed files with 0 additions and 38 deletions
  1. +0
    -38
      source/backend/standalone/Makefile

+ 0
- 38
source/backend/standalone/Makefile View File

@@ -1,38 +0,0 @@
#!/usr/bin/make -f
# Makefile for carla-standalone #
# ----------------------------- #
# Created by falkTX
#

include ../Makefile.mk

# --------------------------------------------------------------

TARGETS = \
../carla_standalone.a

# --------------------------------------------------------------

all: $(TARGETS)

# --------------------------------------------------------------

clean:
$(RM) $(OBJS)
$(RM) $(TARGETS)

debug:
$(MAKE) DEBUG=true

# --------------------------------------------------------------

../carla_standalone.a: $(OBJS)
$(RM) $@
$(AR) crs $@ $^

# --------------------------------------------------------------

CarlaStandalone.cpp.o: CarlaStandalone.cpp $(CARLA_STANDALONE_CPP_DEPS)
$(CXX) $< $(BUILD_CXX_FLAGS) $(QTCORE_FLAGS) -c -o $@

# --------------------------------------------------------------

Loading…
Cancel
Save