<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>60597</integer>
    </number>
    <user>
      <string>zack</string>
    </user>
    <title>
      <string>makefile</string>
    </title>
    <contents>
      <string>
CXX = g++
CXXFLAGS =  -c -g  `llvm-config --cflags`

LIBS = -g `llvm-config --ldflags --libs core executionengine interpreter`



default: test6


test6: test6.o
	$(CXX) test6.o $(LIBS) -o $@

test6.o: test6.cpp
	$(CXX) $(CXXFLAGS) test6.cpp
</string>
    </contents>
    <universal-time>
      <integer>3419517412</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
  </paste>
</paste-with-annotations>